From b7ae196e6869e9d9cbae38725a3538a64fc3e059 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sun, 28 Oct 2012 01:08:56 +0200 Subject: [PATCH] lower max stack alloced buffer size to 14000px (for win32) --- babl/babl-fish-path.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c index 018896f..7c1a87b 100644 --- a/babl/babl-fish-path.c +++ b/babl/babl-fish-path.c @@ -379,8 +379,8 @@ babl_fish_process (Babl *babl, return ret; } -/* This size buffer needs to be possible to allocate on the stack..*/ -#define MAX_BUFFER_SIZE 8192 +/* This size buffers needs to be possible to allocate on the stack..*/ +#define MAX_BUFFER_SIZE 14000 static long babl_process_chunks (const Babl *cbabl, -- 2.30.2